92c6603c82a71ba9693db6be0e008b5777452a88,portal-impl/src/com/liferay/portal/tools/SassToCssBuilder.java,SassToCssBuilder,SassToCssBuilder,#List#String#String#,148
Before Change
// Create a new Ruby executor as a workaround for a bug with Ruby
// that breaks "ant build-css" when it parses too many CSS files
_rubyExecutor = new RubyExecutor();
_rubyExecutor.setExecuteInSeparateThread(false);
_parseSassDirectory(dirName, docrootDirName, portalCommonDirName);
}
After Change
_tempDir = SystemProperties.get(SystemProperties.TMP_DIR);
RubyExecutor rubyExecutor = new RubyExecutor();
rubyExecutor.setExecuteInSeparateThread(false);
List<String> fileNameList = new ArrayList<String>();